JavaScript

{dialog.object}accordionControl Method

Syntax

{dialog.object}.accordionControl(id,action);

Arguments

id

The Id of the accordion (i.e. Tab) object.

action

Either 'open' or 'close'.

Description

Either opens or closes all panes in an accordion object.

The 'open' action will only open all accordion panes if the accordion has been configured to allow multiple open panes.

Example

{dialog.object}.accordionControl('TAB_1','open');

See Also